home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / advanced97 / Makefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  1.5 KB  |  42 lines

  1. # Makefile for Win32
  2. # Copyright (c) Mark J. Kilgard, 1998.
  3.  
  4. !include <win32.mak>
  5.  
  6. TOP  = ../..
  7. SRCS = accconvolve.c alphablend.c alphablendnosort.c billboard.c bubble.c bump.c chromakey.c chromakey_fancy.c cloud.c cloudl.c complexity.c csg.c decal.c dissolve.c explode.c fire.c genspheremap.c highlight.c interp.c lightmap.c lightp.c line.c multiaccumaa.c multialphablend.c multialphablendnosort.c multimirror.c multiscreendoor.c multispheremap.c noise.c nthsurfdemo.c paint.c projtex.c sbias.c screendoor.c smoke.c softshadow2.c spectral.c tess.c texgen.c texmovie.c texpage.c textile.c underwater.c usespheremap.c vapor.c volume.c warp.c water.c zcomposite.c
  8.  
  9. !include "$(TOP)/glutwin32.mak"
  10.  
  11. # dependencies
  12. accconvolve.exe: texture.obj
  13. billboard.exe: texture.obj
  14. bubble.exe: texture.obj
  15. bump.exe: texture.obj
  16. chromakey.exe: texture.obj
  17. chromakey_fancy.exe: texture.obj
  18. cloud.exe: texture.obj
  19. cloudl.exe: texture.obj
  20. explode.exe: texture.obj
  21. fire.exe: texture.obj sm.obj d.obj
  22. genspheremap.exe: texture.obj
  23. highlight.exe: texture.obj
  24. interp.exe: texture.obj
  25. lightmap.exe: texture.obj
  26. lightp.exe: texture.obj
  27. multispheremap.exe: texture.obj
  28. paint.exe: texture.obj
  29. projtex.exe: texture.obj
  30. sbias.exe: texture.obj
  31. smoke.exe: texture.obj
  32. tess.exe: sphere.obj
  33. texmovie.exe: texture.obj
  34. texpage.exe: texture.obj
  35. textile.exe: texture.obj
  36. underwater.exe: texture.obj
  37. usespheremap.exe: texture.obj
  38. vapor.exe: texture.obj
  39. volume.exe: texture.obj
  40. warp.exe: texture.obj
  41. water.exe: texture.obj
  42.